>

Form Not Processed

Oops! This NetCloak Pro demo does not work "out of the box." You must change the values of the "To" selection field in the HTML form and the name of the mail server in the FDML file before this demo will work.

To change the "To" selection field:

  1. Open the file "SendMailDemo.html" in your favorite text editor (SimpleText will do).
  2. Find the lines that look like this:
        <OPTION VALUE= "Information info@yourdomain.com">Information
        <OPTION VALUE="Sales sales@yourdomain.com">Sales
        <OPTION VALUE="Tech Support support@yourdomain.com">Tech Support
        <OPTION VALUE="John john@yourdomain.com">John
        <OPTION VALUE="Fred fred@yourdomain.com">Fred
        <OPTION VALUE="Bill bill@yourdomain.com">Bill
    
  3. Change the value of each OPTION to a real email address in your organization's domain, and change the name after each OPTION tag to that person's name.
  4. Save the file.

To change the name of the mail server:

  1. Open the file "SendMailer.FDML" in your favorite text editor (SimpleText will do).
  2. Find the lines that looks like this:
    <!-- Change the name of the mail server in the SENDMAIL tag below to the name of your mail server. --><SENDMAIL 
    	"mail.yourdomain.com"
    	"<REPLACE To[1]>,<REPLACE To[2]>,<REPLACE To[3]>,<REPLACE To[4]>,<REPLACE To[5]>,<REPLACE To[6]>"
    	"<REPLACE FromName> <REPLACE FromEmail>"
    	"<REPLACE   CCName> <REPLACE   CCEmail>"
    >
  3. Change "mail.yourdomain.com" to the name of your mail server.
  4. Save the file.

Once you've made these changes, go back to the Send A Question page and try it again.